home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / gus / digestv2.zip / V2N80.TXT < prev    next >
Text File  |  1993-03-25  |  32KB  |  808 lines

  1.  
  2.  
  3.  
  4.  
  5. Ultrasound Daily Digest     Thu, 25 Mar 93       Volume 2 : Issue  80 
  6.  
  7. Today's Topics:
  8.                     dynamically loading patches..
  9.                      General MIDI emulator (GMOS)
  10.                    GM driver/interesting question.
  11.                              Hidden files
  12.                    More on Windows drivers problems
  13.                            Muzic in Zone 66
  14.                              NetNews??? 
  15.          NEW PLAYER FOR GUS, SB, SBPRO, SB16 AND COMPATIBLES
  16.                          New windows drivers
  17.                             Origin's reply
  18.                           POINTS OF INTEREST
  19.                         SBPro / GUS comments 
  20.                   The Wave Utilities 2.1 are here! 
  21.              Tsr to redirect speaker peeps to GUS ot SB?
  22.       Ultrasound FTP Sites - New files validated - March 23, 93
  23.                     Xwing, World Curcuit with SBOS
  24.                  Xwing slowdown - Lucasarts' problem?
  25.  
  26.     Information about the UltraSound Daily Digest (such as
  27. mail addresses, request servers, ftp sites, etc., etc.) can be found
  28. at the end of the Digest.
  29.  
  30.     *** HEY!!! *** 
  31.  
  32.     Before you ask a question, *** READ THE FAQ ***.  It's
  33. available on the request server and the ftp sites, or check the
  34. newsgroup archives.
  35.  
  36. ----------------------------------------------------------------------
  37.  
  38. Date: Wed, 24 Mar 1993 11:26 MST
  39. From: Dustin Caldwell  <DUSTIN@gse.utah.edu>
  40. Message-Id: <9303241830.AA01674@u.cc.utah.edu>
  41. Subject: dynamically loading patches..
  42. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  43.  
  44. I have been reading with some interest the idea of emulating general MIDI for
  45. SB and others. I would like something that will let me select General Midi in
  46. XWing, and get _quality_ sounds from the card. A GUS emulating a SB is like a
  47. 486 DX50 running DOS.  WHAT A WASTE!!!! I realize that right now we have
  48. little alternative, but it is still frustrating. :-( Anyway, back to midi,
  49. Why not make a sort of midi file compiler or interpreter that reads the file
  50. ahead a bit, and has the computer load the patch before it will actually need
  51. it? I realize that if the patches are all big, that 1Meg may be insufficient,
  52. but this would seem to work in general. Of course, this would only be valid
  53. where the midi is stored as a file-no good for video games or things that
  54. cannot tell the GUS ahead of time what they will need, but maybe this could
  55. become a standard thing for games to do. The other alternative would be (not
  56.  
  57.  
  58. especially practical) to have a RamDisk set up (since few games even use all
  59. the computer's memory) with the patches. Ram to Ram transfers would at least
  60. be better than HD to ram transfers.
  61.  
  62. My half nibble (2 bits, get it?) :-)
  63.  
  64. Dustin
  65.  
  66. ------------------------------
  67.  
  68. Date: 24 Mar 1993 23:12:15 +0800
  69. From: TC <SH7126146@NTUVAX.NTU.AC.SG>
  70. Message-Id: <01GW7CJ3OQO2A9LGFW@NTUVAX.NTU.AC.SG>
  71. Subject: General MIDI emulator (GMOS)
  72. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  73.  
  74. Hi everyone,
  75.  
  76. Seems that my earlier posts sounding out the possibility of writing a GM
  77. TSR ourselves for the GUS is getting some support. Would anyone like to
  78. combine efforts on this? I had attempted to obtain some information on
  79. this, and it is getting exciting :)
  80.  
  81. Some suggestions/answers:
  82.  
  83. > that matter), calls an interrupt or I/O port.  There are already FM MIDI
  84. > emulators, and there is absolutely NO reason why a MIDI emulator can't be
  85. > made for the 32-voice WTS GUS.  Whether the GUS intercepts the output destined
  86.  
  87. Yes, this is my thoughts exactly. While I was researching on this topic
  88. of whether it is indeed possible with a purely software program (rather
  89. than the hardware/software combo I suggested with the serial port) I
  90. read about FM MIDI MPU401 emulators for some cheapo soundcards. Now,
  91. what I would like to know is, will games which program the MIDI port
  92. *TRAP* the MIDI interrupt themselves. Because if that is so, our MIDI TSR
  93. will not work.
  94.  
  95. > IF you'd like to route the MIDI output of the GUS, you might as well route
  96. > it to another computer, which has a GUS on it and is running Windows with
  97.  
  98. This is kinda expensive :)
  99.  
  100. > THIS is a method a MIDI emulator could use, notably preloading the patches
  101. > required for the specific application, ideally 1 MB of various patches.
  102.  
  103. Along this line, I have thought about several methods. The GMOS ideally
  104. should have three modes of operation. 1) Dynamic patch loading (with the
  105. slowdown when reading patches), 2) loading of extra patches into XMS/EMS
  106. for faster switching, 3) a special mode in which GMOS will *COLLECT* all
  107. the patch changes that occurs during a game for example and record this
  108. to a .CFG file at the user's request. On the next run, it can be asked
  109. preload the patches with these CFG file, based on frequency of usage for
  110. example.
  111.  
  112.  
  113.  
  114. In order to do it, we can't work with 256K GUS, a 1MB GUS will be
  115. required. A suggestion is to reserve 64K of RAM for the emulation of
  116. SB's DAC ports for GM/SB combo, and the rest for GM patches. We would
  117. then have the best of both worlds by being able to select GM + SB in
  118. games.
  119.  
  120. > Yes we are talking of writing one.  Gravis has no plans to make a GM
  121. > driver or TSR for GUS.
  122.  
  123. I read that Forte is making a Miles driver (just about time), but that
  124. only makes compatibility with the 50%-70% of games using the Miles
  125. driver. It certainly is great news, but we could do with the GMOS for
  126. the remaining 30%-50% :)
  127.  
  128. > What I need now is info on IRQ and DMA usage.  Also, any info on the
  129. > MPU401 DUMB mode emulation would be great!
  130.  
  131. I have obtained a bunch of example MIDI programming files off the net.
  132. For those who are interested, look at MMADP36.ARC (or e-mail me to get
  133. the files), at louie.udel.edu under /pub/midi/software/misc.
  134.  
  135. > (Is there any possibility of releasing specs without development tools
  136. > for free?  I'll code stuff myself, but I can't afford the SDK.)
  137.  
  138. I would get the SDK if only Gravis would respond to me :(
  139.  
  140. .tc
  141. --
  142. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  143.      Lee Teck Chee        Internet: sh7126146@ntuvax.ntu.ac.sg (155.69.1.1)
  144.      NTU, Singapore                 Lee.Teck.Chee@f408.n600.z6.fidonet.org
  145. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  146.  
  147. ------------------------------
  148.  
  149. Date: Wed, 24 Mar 93 13:37:08 PST
  150. From: Anthony K. Tang <aktang@ocf.Berkeley.EDU>
  151. Message-Id: <199303242137.AA04164@headcrash.berkeley.edu>
  152. Subject: GM driver/interesting question.
  153. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  154.  
  155. Now that there's talk about someone (if not Gravis, then someone) writing a GM driver (possibly), here's a potential (?) problem.  I ALREADY have an MPU-401 type MIDI card in my system.  You'd think if there was a driver making the GUS
  156. emulate another MPU-401, games (or whatever is trying to utilize the MIDI) would become confused as to which port to dump to, unless IRQs and what nots are
  157. explicitly defined.  Most software just tries to figure out where th MIDI port is on their own.
  158.  
  159. I _know_ that no such driver exists yet for the GUS, and it might not even be
  160. a problem, but I'm bored, and  thought I'd bring it up.
  161.  
  162. -Anthony Tang
  163. aktang@sdcc13.ucsd.edu
  164.  
  165. ------------------------------
  166.  
  167.  
  168.  
  169. Date: Wed, 24 Mar 93 13:36:46 EST
  170. From: timkwan@Athena.MIT.EDU
  171. Message-Id: <9303241836.AA29676@m11-116-8>
  172. Subject: Hidden files
  173. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  174.  
  175. Can someone who knows exactly what those hidden files are please provide
  176. a list of those files so we don't have to cd into the suspicious directories
  177. to hunt for them?
  178.  
  179. Personally I think the new disks and the setup sucks.  I don't think the
  180. new patches are great at all...in fact, I find the added vibrato makes
  181. most of the sounds somewhat 'manufactured' and unrealistic.  Also, the media
  182. player in Windows doesn't work anymore (complaining that the MIDI device is 
  183. not found or some such thing) after I ran the new install program.  I haven't
  184. had time to read the "fine print" in the GUS digests about how to fix the
  185. problem but I think there is still too much 'hacking' that needs to be 
  186. done to make things work.  How long will this go on?  I feel that many of us
  187. are 'thriving' on the quirks and the software deficiencies.  I'd rather have
  188. something that works the first time!  But yes, for the price, the GUS does
  189. sound good, but the technical support and the software it puts out sure leaves
  190. much to be desired.
  191.  
  192. ------------------------------
  193.  
  194. Date: Wed, 24 Mar 1993 09:52:49 -0600
  195. From: ken@austin.ibm.com (Ken Goach IBM)
  196. Message-Id: <9303241552.AA27236@daedalus.austin.ibm.com>
  197. Subject: More on Windows drivers problems
  198. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  199.  
  200. Well, I'm still getting EMM386 exception error #06 with the Windows drivers.
  201.  
  202. The old software works fine, BTW.
  203.  
  204. I think the driver file may be damaged. The reason is because wingus.exe also
  205. doesn't work! I get 8 successive errors about the first 8 lines of the program,
  206. and then it doesn't seem to do anything. (I've also installed everything "by
  207. hand" with no success).
  208.  
  209. I ran Norton Disk Doctor on the install disks of the files I ftp'd over, and
  210. they didn't have any bad sectors.
  211.  
  212. So I guess I will run the old code until I get official disks from Gravis, then
  213. start this hellish process again.
  214.  
  215. Ken
  216.  
  217. ------------------------------
  218.  
  219. Date: Wed, 24 Mar 93 7:10:41 EST
  220. From: "The Wombat" <mfrazer@skidmore.EDU>
  221.  
  222.  
  223. Message-Id: <9303241204.AA08559@scott.skidmore.edu>
  224. Subject: Muzic in Zone 66
  225. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  226.  
  227.     Sorry if this bothers y'all but I thought it might be of
  228. general interest. I'm looking for a way to turn off the muzik in Zone
  229. 66. It's cool and all, but I'm a wee bit tired of it now. There is an
  230. option to turn of sound effects, but not music (Muzik). Soo.... To the
  231. guys at Renaissance, is there a way this can be done?
  232. If you don't think this is worth having on the digest then reply
  233. directly to me.
  234. Thanks, esp for making such a neat game, it reminds me of a game I
  235. used to play a long time ago in the arcades. Like when I was 12 or so
  236. (Thats 8 years ago)
  237. Anyone remember the name, I'm drawing a blank, You flew around in a
  238. little ship, with a site just like that shot at other ships and bombed
  239. bases, man I used to love that gae, now I've got something with better
  240. music right here in my own box.
  241.  
  242. -- 
  243. -=-=-=-=-=-=-=-This message was brought to you by Matthew Frazer-=-=-=-=-=-=-=-
  244. "With the pinched eyes of a gourmet sampling perfection, he chewed. He chewed
  245.  a bit more. Then he swallowed the dogfood.
  246. He sat for a while. Well, he thought, now I know why dogs lick their testicles.
  247.  It's to get rid of the taste of the food.  -Dave Lister, Last Human Alive
  248.                    Finger mfrazer@scott.skidmore.edu for more
  249. --------------------------------=Be Seeing You=--------------------------------
  250.  
  251. ------------------------------
  252.  
  253. Date: Wed, 24 Mar 93 10:24:44 -0500
  254. From: "It's your hand, Buckaroo" <dantonio@magick.tay2.dec.com>
  255. Message-Id: <9303241524.AA17701@magick.tay2.dec.com>
  256. Subject: NetNews??? 
  257. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  258.  
  259. > A while ago I heard someone mentioning the possibility of having
  260. > A GUS conference on the NetNews (whatever its called).
  261. > Has anyone heard anything more abnout this. Not to say I don't like
  262. > having this Daily digest thing. But The SIZE of the emails are getting
  263. > rather HUGE and if I let them stack up a few days, my QUOTA starts 
  264. > becomming overdrawn...
  265.  
  266. It takes a while to get a new newsgroup passed and I certainly hope that
  267. someone will post the CFD and CFV notices here as well. I think we'll all
  268. know if a GUS-specific newsgroup gets created.
  269.  
  270. > One more thing. I havent downloaded the new disk set and I plan
  271. > on waiting till everything seems ok with them (after hearing of all
  272. > the problems others are having).. but I would like the new patches and
  273. > the new SBOS 2.04? anyone know what disk those are on (so I dont have to
  274. > download them alll??????) 
  275.  
  276.  
  277.  
  278. The new SBOS (2.04) is at epas in:
  279.  
  280. pub/pc/ultrasound/gravis/patch/gus0022.zip
  281.  
  282. And while I'm at it, I want to say "good job" to Thomas Wong for the epas
  283. re-org...
  284.  
  285. DDA
  286.  
  287. ------------------------------
  288.  
  289. Date: Wed, 24 Mar 1993 15:05:29 GMT
  290. From: waardenb@cs.utwente.nl (Jerry van Waardenberg)
  291. Message-Id: <1993Mar24.160529@cs.utwente.nl>
  292. Subject: NEW PLAYER FOR GUS, SB, SBPRO, SB16 AND COMPATIBLES
  293. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  294.  
  295. NEW PLAYER FOR GUS, SB, SBPRO, SB16 AND COMPATIBLES
  296.  
  297. JMPROTR is a module and oktalyzer player written by Josha Munnik
  298. of Ultraforce. The player's main features are:
  299.  
  300. * Support for Gravis UltraSound, Soundblaster 1.5 and 2.0,
  301.   SoundBlaster Pro, SoundBlaster 16, and compatibles.
  302. * Plays 4, 6 or 8 channel mod and 2-8 channel oktalyzer files.
  303. * TSR option (also works under Windows).
  304. * Plays a batch of files.
  305.  
  306. Read the documentation that comes with the archive if you want to
  307. know more. The archive is compressed with ARJ version 2.30.
  308.  
  309. I've uploaded it to
  310.  
  311.   archive.epas.utoronto.ca    /pub/pc/ultrasound/submit
  312.   ftp.uwp.edu            /pub/incoming/modplayers
  313.   garbo.uwasa.fi        /pc/incoming
  314.   (I could not connect to wuarchive. Will try that later)
  315.  
  316. You can send info, remarks, bug reports, etc. to UltraForce or to
  317. the email address below. WHEN EMAILING, PLEASE START THE SUBJECT
  318. LINE WITH "JM:".
  319.  
  320. Greetz,
  321.  
  322. Jerry
  323.  
  324. *------------------------------------------------------------------------------*
  325.  Jerry van Waardenberg                             _/_/_/ _/_/_/ _/_/_/ _/_/_/
  326.  Tele Informatics and Open Systems                  _/     _/   _/  _/ _/
  327.  Department of Computer Science                    _/     _/   _/  _/   _/
  328.  University of Twente, Enschede, The Netherlands  _/     _/   _/  _/     _/
  329.  E-mail: waardenb@cs.utwente.nl                  _/   _/_/_/ _/_/_/ _/_/_/
  330.  
  331.  
  332.  
  333. ------------------------------
  334.  
  335. Date: Tue, 23 Mar 1993 12:50:13 -0500
  336. From: akwong@uuisis.isis.org (Adrian Kwong)
  337. Message-Id: <e3LV1B1w164w@uuisis.isis.org>
  338. Subject: New windows drivers
  339. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  340.  
  341. On 22 Mar 93 7:15:07 Lee Bollard <bollard@hpspkma.spk.hp.com> writes:
  342.  
  343. [Some text replaced by colon for brevity]
  344.  
  345.  > All seem to go away when I switch from using DASHBOARD as the Windows
  346.  > shell, and go back to Program Manager.  This problem was nonexistant
  347.  > until I installed the new disk set.
  348.                                   :
  349.  >       a.  "MidiOutCachePatches: This function is not supported.
  350.                                   :
  351.  >       b.  "MidiOutCacheDrumPatches: This function is not supported.
  352.                                   :
  353.  >       c.  "The Ultrasound MIDI Synth is being used by another application."
  354.                                   :
  355.  >   The PatchManager then minimizes itself.
  356.                                   :
  357.  > 2.  WinJammer doesn't load patches anymore.  The only Windows app that
  358.  > works is Media Player.
  359.  
  360. I am also using Dashboard for Windows, and I have also installed the new
  361. Patch disks set.  The exact same problem occurs.  However, albeit a pain in
  362. <place derrogatory anatomy part here>, heres what I do to solve the problem:
  363.  
  364.        1.  Unmimimize the Patch Manager.
  365.        2.  Load in a patch (use the 0 Acoustic Piano) Any patch will do.
  366.        3.  Unload the patch you just loaded.
  367.        4.  Go try playing your music again under WinJammer.  It should work
  368.            again.
  369.  
  370. /---------------------------------------------------------------------------/
  371. Adrian Kwong                CIS:70702,2357   Internet: akwong@uuisis.isis.org
  372. Bald Mountain Enterprises   (613) 230-1439   Fido-1:163/272 SBCNet-18:813/101
  373. /---------------------------------------------------------------------------/
  374.  
  375.  
  376.  
  377. ---
  378. akwong@uuisis.isis.org (Adrian Kwong)
  379. UUISIS - Nepean, Ontario (613) 823-6539
  380.  
  381. ------------------------------
  382.  
  383. Date: Wed, 24 Mar 93 8:33:25 CST
  384. From: ckalin@kelvin.cae.uwm.edu (Christopher Allen Kalin)
  385. Message-Id: <9303241433.AA02899@kelvin.cae.uwm.edu>
  386.  
  387.  
  388. Subject: Origin's reply
  389. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  390.  
  391. > I just got this from Origin customer service:
  392. >  
  393. > >The reason the the GUS is not supported is do to the fact that it is NOT
  394. > >an industry standard sound card (SOUND BLASTER is an industry standard).  If
  395. > >it were, there would be more software companies that would support it.  The
  396. > >GUS does not even come with a silicon FM chipset, which is required to host
  397. > >most of the digitized sound/speech fx.  The GUS is a bargain basement sound
  398. > >card.  It is less expensive, and show it with its incompatibility with the
  399. > >industry standard.
  400. >  
  401. > I suggest we flood origincs@aol.com with mail, this guy (Rik Packham) is
  402. > way off base about the GUS being a bargain basement sound card.
  403.  
  404. Yeah, but don't immediately assume that this is the "official" position of Origin.  Remember, a few months ago, the Compuserve rep for LucasArts said that the GUS "sucks" and got himself fired as a LucasArts rep for his troubles.  This could just be another guy at AOL who doesn't know squat about ANY soundcard, and is just trying to cover his butt.
  405.  
  406. I'm going to Summer CES this year, and I'll be able to talk to whoever is manning the Origin booth.  I'll get this straightened out once and for all. (Warren Spector, Richard Garriot, and/or Chris Roberts should be there.)
  407.  
  408. Chris Kalin
  409.  
  410. ------------------------------
  411.  
  412. Date: Tue, 23 Mar 93 13:44:31 
  413. From: john.smith@gravis.com
  414. Message-Id: <9303231344.A1981wk@gravis.com>
  415. Subject: POINTS OF INTEREST
  416. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  417.  
  418. Points of Interest
  419. ------------------
  420.  
  421. I've been reading some of your reviews in the last few digests...
  422.  
  423. 1) Why 188 patches instead of 192?  According to Forte 4 of the patches
  424.    where so close they simply remapped them.
  425.  
  426. 2) The Windows setup defaults to 8bit mode for patches simply because
  427.    most users run the UltraSound with the standard 256K.  If 16bit
  428.    was enabled by default then they may run into problems loading
  429.    too many patches.  The new addendum which will go out with the mail
  430.    out talks about this.
  431.  
  432. 3) There is now an SBOS 2.04 (GUS0022.ZIP).  This version of SBOS
  433.    will fix the problem of XWing not working on some computers.  It
  434.    also properly supports multiple digital channels which will help with
  435.    digitized sounds being cut off.
  436.  
  437.    Some of the others problem you may have experienced with SBOS 2.02
  438.    is no digital sound capability if EMM386 is installed.  This has
  439.    also been fixed.
  440.  
  441.  
  442.  
  443. 4) Keith Smith asked about a GUS 3D demo (Digest #72).  There is no
  444.    publicly available 3D demo as of yet.  Let us get the software
  445.    out first <grin>.
  446.  
  447. 5) The problem with the temporary directory not getting deleted after
  448.    the new windows install has been fixed in V2.04.  V2.04 looks
  449.    like it'll be our shipping version (we hope).  The main differences
  450.    between V2.02 (which is available on Internet) and V2.04 is
  451.    the Install and SBOS.
  452.  
  453. 6) New MIDI Demo.  I'll be putting a file on our BBS tomorrow which
  454.    will contain some tweaked MIDI files for the new patches.  I'll
  455.    probably call it GUSMID1M.ZIP, or something like that.  Most
  456.    of these MIDI files REQUIRE more than 512K of GUS memory or more to
  457.    work properly.  In it will be a new HIDNSEEK.MID (Digest #72)
  458.  
  459. ==== I tried to post these points last week and have just realized that
  460.      they never made it into any of last weeks digests.
  461.  
  462. 7) (#76) I didn't say that we "Don't know how to support SBOS in a DOS
  463.    box in Windows" but that we can't do this due to the limitations
  464.    Windows imposes on us in their DOS box.
  465.  
  466. 8) (#76) You should leave both your DMA settings in your SET ULTRASND
  467.    the same.  Different DMA's won't be usefull until the 16 bit
  468.    recording card is available.
  469.  
  470. 9) (#77) The easiest way to handle volume is via an external source.
  471.    The GUS volume control is all handled by the software.
  472.  
  473. 10) XWING: I'm going to do some more work on this but here are some
  474.     things to try:
  475.  
  476.         - Disable the background music if you are having slowdowns
  477.            during the digitized sequences
  478.         - Make sure you have PLENTY of EMS available
  479.         - Read the XWING README!  There are some very usefull pieces of
  480.           information in there.
  481.  
  482. 11) FPS: Football - Because of the way Dynamix handled digital speech
  483.     you will always get a constant echo effect.  For example:
  484.     "First, down, down, down".  There is currently no way for us to
  485.     fix this.
  486.  
  487. 12) Our Windows install program does not like Windows program manager
  488.     shells, such as NDW.  We are looking into this but for the time
  489.     being you'll simply have to disable your shell.
  490.  
  491.  
  492. Enjoy.
  493.  
  494. That's all folks...
  495.  
  496.  
  497.  
  498. John
  499. ---
  500.  ~ QMPro 1.01 05-8925 ~ It's not hard to meet expenses, they're everywhere.
  501.  
  502. ------------------------------
  503.  
  504. Date: Wed, 24 Mar 93 10:28:23 -0500
  505. From: "It's your hand, Buckaroo" <dantonio@magick.tay2.dec.com>
  506. Message-Id: <9303241528.AA17718@magick.tay2.dec.com>
  507. Subject: SBPro / GUS comments 
  508. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  509.  
  510. > Bingo. NO problems. The ONLY game I have mild problems with now is X-Wing that
  511. > is very slightly jerky when I fire lasers or a TIE goes by. The MIDI demo
  512.  
  513. ------------------------------
  514.  
  515. Date: Wed, 24 Mar 1993 09:57:43 GMT
  516. From: ittschir@techfak.uni-bielefeld.de (Tim Tschirner)
  517. Message-Id: <C4E108.Hq9@hermes.hrz.uni-bielefeld.de>
  518. Subject: The Wave Utilities 2.1 are here! 
  519. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  520.  
  521. Hi,
  522.  
  523. The Wave Utilities 2.1 are out!
  524.  
  525. You can get them at the following FTP sites:
  526.  
  527.  - WSMR-SIMTEL20.Army.Mil, OAK.Oakland.Edu and their mirrors
  528.    in the msdos.windows3 directory as WAVUTL21.ZIP
  529.  
  530.  - FTP.UWP.EDU and it's mirrors in the pub/msdos/proaudio directory
  531.    as WAVUTL21.ARJ
  532.    (might be found in the pub/incoming/proaudio directory first)
  533.  
  534.  - FTP.CICA.INDIANA.EDU and it's mirrors in the pub/pc/win3/sounds
  535.    directory as WAVUTL21.ZIP
  536.    (might be found in the pub/pc/win3/uploads directory first)
  537.  
  538.  
  539. Enjoy,
  540.  
  541. Tim
  542.  
  543. ittschir@techfak.uni-bielefeld.de
  544.  
  545.  
  546. Here's a description of it:
  547.  
  548.  
  549.                         The Wave Utilities 2.1
  550.  
  551.  
  552.                         ----------------------
  553.  
  554.                      Copyright (C) 1993 by TASsoft
  555.  
  556.            Written by Tim Tschirner and Christoph Sundergeld
  557.  
  558.  
  559. The Wave Utilities 2.1 consist of Looper and Player, two Windows sound
  560. applications.
  561.  
  562. Looper is a Windows application that plays digitized audio files in
  563. wave format (files with the .wav extension) continuously in the
  564. background. It can handle all the types and formats of Wave files that
  565. your sound card is capable playing of. With Looper, you can have a lot
  566. of fun. It can almost turn your computer into a Sampler, a Beat Box or
  567. a drum machine.
  568.  
  569. Player is a sound player for Microsoft Windows 3.1 or higher, which can
  570. handle all the types and formats of Wave files that your sound card is
  571. capable playing of. There are no limitations to the length of the Wave
  572. file to be played. You are now able to play Wave files by simply
  573. doubleclicking them in the File Manager. Normally, this isn't the case
  574. - launching a Wave file calls up the Sound Recorder with the Wave file
  575. loaded in memory. If you have a Pro AudioSpectrum 16 sound card, you
  576. can use it's feature to play back two Wave files simultaneously together
  577. with Looper and Player. Player can also play Wave files while you're
  578. playing .mod files and much more. Once you installed Player, launching
  579. a .WAV document from the File Manager will play the sound. This allows
  580. greater flexibility for organizing and playing sounds. For example, you
  581. can now install all of your sounds in a Program Manager group.
  582. Doubleclicking their icons will then play them. By installing a Wave file
  583. in your Autostart Group you are now able to play a sound of unlimited
  584. length when Windows starts up.
  585. When you use Norton Desktop For Windows 2.0 or later as your Windows
  586. Shell, you can make easy use of Player's feature to play back several
  587. Wave files after another.
  588.  
  589. To let the Wave Utilities run on your system, you must have either
  590. Windows with Multimedia Extensions or Windows 3.1 or above installed on
  591. your system. You will also need at least 1 Megabyte of RAM and a sound
  592. card that is capable of playing back digitized sounds (such as a Sound
  593. Blaster card).
  594.  
  595. If you find some bugs or have any comments, questions or problems,
  596. you can contact us at the following Internet E-Mail addresses:
  597.   
  598.  1) Tim Tschirner
  599.     ittschir@techfak.uni-bielefeld.de
  600.  
  601.  2) Christoph Sundergeld
  602.     icsunder@techfak.uni-bielefeld.de
  603.  
  604.  
  605.  
  606.  
  607. A special note for Pro AudioSpectrum 16 owners:
  608. -----------------------------------------------
  609.  
  610. If you have a Pro AudioSpectrum 16 sound card installed in your system,
  611. you can use it's special feature of playing back two Wave files at the
  612. same time together with the Wave Utilities.
  613.  
  614. ------------------------------
  615.  
  616. Date: 25 Mar 93 00:31:36 GMT
  617. From: ddebry@itchy (Dave DeBry)
  618. Message-Id: <ddebry.733019496@itchy>
  619. Subject: Tsr to redirect speaker peeps to GUS ot SB?
  620. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  621.  
  622. In article <7084@pdxgate.UUCP>, abdu@rigel.cs.pdx.edu (abdel-hadi h bukres) writes:
  623. > I am looking for a TSR that redirects the speaker's beeps to the GUS
  624. > or SB. Anyone knows of any site that might carry it?
  625. > Please reply thru email. Thanks.
  626.  
  627.     I don't think that such a thing *can* exist as a TSR, with how
  628. the BIOS is setup to do the beeps.
  629.  
  630.     However...
  631.  
  632.     The GUS has several input lines on the card.  You might be
  633. able to run the wires to the internal speaker to the GUS instead.
  634. Then write a TSR for the GUS so that when it gets a signal from those
  635. lines, it could play a sample or whatever.
  636.  
  637. --
  638. Dave  ddebry@ debry@   \
  639. DeBry dsd.    peruvian. | "Now let's measure our swan candleholder."
  640.       es.     cs.utah.  | 
  641.       com     edu      /
  642.  
  643. ------------------------------
  644.  
  645. Date: 24 Mar 1993 08:46:29 GMT
  646. From: twong@civil.ubc.ca (Thomas Wong)
  647. Message-Id: <1op755INNsmr@iskut.ucs.ubc.ca>
  648. Subject: Ultrasound FTP Sites - New files validated - March 23, 93
  649. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  650.  
  651.                     GRAVIS ULTRASOUND FTP SITES NEWS
  652. ==========================================================================
  653. Ftp Site: archive.epas.utoronto.ca     Directory: pub/pc/ultrasound
  654.           wuarchive.wustl.edu                     systems/msdos/ultrasound
  655. --------------------------------------------------------------------------
  656.  
  657. Hello all. Now that we are back to normal running order, my volume of
  658. files to validate is small enough to be quite manageable. Therefore, I
  659. will now actually post a brief posting each time (note the word brief)
  660.  
  661.  
  662. telling you all what I validated. Much like the "new files uploaded to
  663. yay and yay site" you see in the other newsgroups. So that you know what
  664. files are new.
  665.  
  666. New files validated on March 23, 1992: (for both ftp sites)
  667. ===========================================================
  668.  
  669. Directory: ..../sound/669/files
  670.  
  671. aminor.arj, ascream.arj, awakngn.arj, centref.arj, corehop.arj,
  672. corpse2.arj, element.arj, hardp.arj, out-run.arj
  673.  
  674. Directory: ..../sound/midi/files
  675.  
  676. marcii.zip, nicemids.zip
  677.  
  678. Directory: ..../sound/voc/util
  679.  
  680. gvoc10.zip - VOC player for the Ultrasound
  681.  
  682. Directory: ..../demo
  683.  
  684. diftro2.arj - 2nd Digitial Infinity demo with GUS support
  685. in3demo.zip - In Cube demo for voice recognition execution of Windows apps
  686.  
  687. Directory: ..../game
  688.  
  689. booter15.zip - allows to choose between 2 configuration for DOS boot
  690.                (useful for Zone 66)
  691.  
  692. Directory: ..../util
  693.  
  694. 2s.c - C code to convert unsigned to 2's complement GUS .snd file
  695. combine.c - C code to convert 2 mono to 1 stereo GUS .snd file
  696. split.c - C code to convert 1 stereo to 2 mono GUS .snd file
  697.  
  698. NOTE: Can someone test these codes out? And let me know if it works.
  699.       If not, then it better be fixed or I'm taking them off.
  700.       For obvious reasons. Thanks in advance.
  701.  
  702. Directory: ..../util/dos
  703.  
  704. gustest.exe - Latest version of GUSTEST (version 1.1)
  705.  
  706.  
  707. NOTICES:
  708. ========
  709.  
  710. QUESTION FOR UPLOADERS:
  711.  
  712. Who keeps uploading every version of the Digest up into the submit
  713. directory? If you don't have a reason, I'm going to start deleting them
  714. as soon as I see them. We don't want to see them submitted especially
  715.  
  716.  
  717. since Dave (owner of GUS Digest) has his own format for the ftp site
  718. hence he does all the uploading himself. So please stop uploading them.
  719. And if you have a reason, let us know. Otherwise I'm going to start
  720. deleting them. I'll wait for a couple of days for replies before I start
  721. to delete them.
  722.  
  723.  
  724. Well, that's it for now. Happy GUSing!
  725.  
  726. Thomas.
  727.  
  728. ------------------------------
  729.  
  730. Date: Wed, 24 Mar 93 10:19:58 MET
  731. From: fischer@tmpmbx.netmbx.de (Axel Fischer)
  732. Message-Id: <m0nbRct-0002fgC@tmpmbx.netmbx.de>
  733. Subject: Xwing, World Curcuit with SBOS
  734. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  735.  
  736. Axel Fisher writes:
  737. >> However XWing is still unplayable due to the slowdown when you shoot
  738. >> your lasers or fly very nearby a ship. I would like to see that slowdown
  739. >> (also noticeable with Tristan) bug fixed. Maybe Gravis gets it sometimes
  740. >> to a playable level.
  741.  
  742. From: waardenb@cs.utwente.nl (Jerry van Waardenberg):
  743. >The readme file of X-Wing says that it is a SB related problem. It has to
  744. >do with some chip on certain SB's, that cause the slowdown. SO it is not
  745. >really a GUS problem (although there may be a way to fix it). Just don't
  746. >use digitized laser sounds.
  747.  
  748. Well, with a real Soundblaster there is no slowdown at all! Absolutly fast
  749. and ok. 
  750. Also Tristan (pin-ball flipper that also uses a lot of digitized effects) 
  751. slows down too, when lots of sounds can be heard and it slows down
  752. noticable. Others games also have that problem.
  753. It is defenitly a SBOS problem. The softwareemulation is not fast enough.
  754. (I have a DX-2/66 and a DX-33 and both have the same problem.)
  755.  
  756. >Has anyone tried SBOS 2.04 (or 2.02) with Formula One Grand Prix (or World
  757. >Circuit)? The engine sounds are *very* noisy on my system. I've tried other
  758. >IRQ/DMA combinations, but that did not help.
  759. Yes, and it sounds superb! Its louder than with the SB, but the engine sound
  760. sounds MUCH better. Much more realistic.
  761.  
  762. -Axel
  763.  
  764. ------------------------------
  765.  
  766. Date: Wed, 24 Mar 1993 09:38:51 -0600
  767. From: ken@austin.ibm.com (Ken Goach IBM)
  768. Message-Id: <9303241538.AA28174@daedalus.austin.ibm.com>
  769. Subject: Xwing slowdown - Lucasarts' problem?
  770.  
  771.  
  772. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  773.  
  774. DEATH BEFORE DISCO <JKS4675@ritvax.isc.rit.edu> writes:
  775.  
  776. >2) The X-Wing slowdown is a pain...but after lengthy discussion with
  777. >the tireless wizards at Forte, I consider the problem to be caused by Lucasarts 
  778. >and not Forte.
  779.  
  780.  
  781. I believe this to be the case because some people posted to
  782. the Internet soundcard newsgroup that they were getting
  783. delays with other soundscards (Soundblaster Pro?) as well.
  784.  
  785. So now what - contact Lucasarts?
  786.  
  787. Ken
  788.  
  789. ------------------------------
  790.  
  791. End of Ultrasound Daily Digest V2 #80
  792. ******************************
  793.  
  794. Digest Address:                                        ultrasound@dsd.es.com
  795.                                                 To post to tomorrow's digest
  796.  
  797. Request Server Address:                        ultrasound-request@dsd.es.com
  798.                                 To subscribe, unsubscribe, and request files
  799.  
  800. Owner Address:                                   ultrasound-owner@dsd.es.com
  801.                                To contact a human if the server has troubles
  802.  
  803. FTP Sites:                archive.epas.utoronto.ca         pub/pc/ultrasound
  804.                           wuarchive.wustl.edu       systems/msdos/ultrasound
  805.  
  806.  
  807.